Resource StructureDefinition/FHIR Server from package de.gematik.isik-basismodul#4.0.0 (47 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "ISiKOrganisation",
"url" : "https://gematik.de/fhir/isik/StructureDefinition/ISiKOrganisation",
"version" : "4.0.0",
"name" : "ISiKOrganisation",
"status" : "draft",
"experimental" : false,
"date" : "2024-07-19",
"publisher" : "gematik GmbH",
"description" : "Dieses Profil beschreibt die Nutzung von Organisationseinheiten innerhalb eines Krankenhauses oder eines Krankenhauses als ganzem in ISiK-Szenarien.",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "Organization",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Organization",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Organization.identifier",
"path" : "Organization.identifier",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.identifier:IKNR",
"path" : "Organization.identifier",
"sliceName" : "IKNR",
"comment" : "Motivation: Entsprechend der Vorgabe der KBV Organisation 1.5.0. (https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization), muss ein System ein Institutionskennzeichen (IKNR) verarbeiten können, sofern diese Information verfügbar ist. ",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Identifier",
"profile" : [
"http://fhir.de/StructureDefinition/identifier-iknr"
]
}
],
"patternIdentifier" : {
"system" : "http://fhir.de/sid/arge-ik/iknr"
},
"mustSupport" : true
},
{
"id" : "Organization.identifier:BSNR",
"path" : "Organization.identifier",
"sliceName" : "BSNR",
"comment" : "Motivation: Entsprechend der Bedarfsmeldung im Rahmen der Stakeholderbefragung zu einem Profil Organisation in der Arbeitsgruppe zum ISIK Basismodul Stufe 4 und der Vorgabe der KBV Organisation 1.5.0. (https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization), muss ein System eine Betriebsstättennummer (BSNR) verarbeiten können, sofern diese Information verfügbar ist.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Identifier",
"profile" : [
"http://fhir.de/StructureDefinition/identifier-bsnr"
]
}
],
"patternIdentifier" : {
"system" : "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR"
},
"mustSupport" : true
},
{
"id" : "Organization.identifier:OrganisationseinheitenID",
"path" : "Organization.identifier",
"sliceName" : "OrganisationseinheitenID",
"comment" : "Motivation: Für IDs, die Krankhausintern spezifischen Organisationseinheiten wie Abteilungen oder Stationen vergeben werden, ist diese Identifier zu nutzen - analog zu Slice Abteilungsidentifikator in https://simplifier.net/medizininformatikinitiative-modulstrukturdaten/mii_pr_struktur_abteilung. Da auch Stationen im Identifier-System inkludiert werden könnten, sollte hier das Identifier generisch Organisationseinheiten abbilden und nicht Abteilungen allein.",
"min" : 0,
"max" : "1",
"patternIdentifier" : {
"type" : {
"coding" : [
{
"code" : "43741000",
"system" : "http://snomed.info/sct"
}
]
}
},
"mustSupport" : true
},
{
"id" : "Organization.identifier:OrganisationseinheitenID.system",
"path" : "Organization.identifier.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.identifier:OrganisationseinheitenID.value",
"path" : "Organization.identifier.value",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.identifier:TelematikID",
"path" : "Organization.identifier",
"sliceName" : "TelematikID",
"comment" : "Motivation: Entsprechend der Profil-Festlegung der KBV Organisation 1.5.0. (https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization) und der VZD-FHIR-Directory Organisation-Ressource in der Version 0.10.2 (https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory), muss ein System ein Institutionskennzeichen (IKNR) verarbeiten können, sofern diese Information verfügbar ist.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Identifier",
"profile" : [
"http://fhir.de/StructureDefinition/identifier-telematik-id"
]
}
],
"patternIdentifier" : {
"system" : "https://gematik.de/fhir/sid/telematik-id"
},
"mustSupport" : true
},
{
"id" : "Organization.active",
"path" : "Organization.active",
"comment" : "Motivation: Ein System muss prüfen können, ob eine Organisation aktiv ist oder nicht, sofern diese Information verfügbar ist.",
"mustSupport" : true
},
{
"id" : "Organization.type",
"path" : "Organization.type",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"rules" : "open",
"ordered" : false
},
"comment" : "Motivation: Ein System muss den Typ einer Organisation zum Abruf bereitstellen, sofern diese Information verfügbar ist. \r\n Die Festlegung einer endlichen Menge von Organisations-Formen in verbindlicher weise, ist zum Zeitpunkt der Festlegung nicht möglich.",
"mustSupport" : true
},
{
"id" : "Organization.type:organisationstyp",
"path" : "Organization.type",
"sliceName" : "organisationstyp",
"min" : 0,
"max" : "1",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/CodeSystem/organization-type"
}
},
{
"id" : "Organization.type:organisationstyp.coding.system",
"path" : "Organization.type.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.type:organisationstyp.coding.code",
"path" : "Organization.type.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.type:EinrichtungsArt",
"path" : "Organization.type",
"sliceName" : "EinrichtungsArt",
"min" : 0,
"max" : "1",
"binding" : {
"strength" : "required",
"valueSet" : "http://ihe-d.de/ValueSets/IHEXDShealthcareFacilityTypeCode"
}
},
{
"id" : "Organization.type:EinrichtungsArt.coding.system",
"path" : "Organization.type.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.type:EinrichtungsArt.coding.code",
"path" : "Organization.type.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.type:ErweiterterFachabteilungsschluessel",
"path" : "Organization.type",
"sliceName" : "ErweiterterFachabteilungsschluessel",
"min" : 0,
"max" : "1",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert"
}
},
{
"id" : "Organization.type:ErweiterterFachabteilungsschluessel.coding.system",
"path" : "Organization.type.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.type:ErweiterterFachabteilungsschluessel.coding.code",
"path" : "Organization.type.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.name",
"path" : "Organization.name",
"comment" : "Motivation: Ein System muss den Namen einer Organisation zum Abruf bereitstellen, sofern diese Information verfügbar ist..",
"mustSupport" : true
},
{
"id" : "Organization.alias",
"path" : "Organization.alias",
"comment" : "Hinweis: unter Umstaänden können hier Kürzel genutzt werden. Motivation: Ein System muss den Alias einer Organisation zum Abruf bereitstellen, sofern diese Information verfügbar ist.",
"mustSupport" : true
},
{
"id" : "Organization.telecom",
"path" : "Organization.telecom",
"comment" : "Motivation: Ein System muss Kontaktinformation einer Organisation zum Abruf bereitstellen, sofern diese Information verfügbar ist.",
"mustSupport" : true
},
{
"id" : "Organization.address",
"path" : "Organization.address",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"rules" : "open"
},
"comment" : "In order to differentiate between post box addresses and physical addresses, street names and house numbers, and to add city district names, vendors can opt to support the extensions as suggested in the German Address Base Profile http://fhir.de/StructureDefinition/address-de-basis.\r\nSuch differentiations are however not required within the scope of this specification.",
"mustSupport" : true
},
{
"id" : "Organization.address:Strassenanschrift",
"path" : "Organization.address",
"sliceName" : "Strassenanschrift",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Address",
"profile" : [
"http://fhir.de/StructureDefinition/address-de-basis"
]
}
],
"patternAddress" : {
"type" : "both"
},
"constraint" : [
{
"key" : "address-cnt-2or3-char",
"severity" : "warning",
"human" : "The content of the country element (if present) SHALL be selected EITHER from ValueSet ISO Country Alpha-2 http://hl7.org/fhir/ValueSet/iso3166-1-2 OR MAY be selected from ISO Country Alpha-3 Value Set http://hl7.org/fhir/ValueSet/iso3166-1-3, IF the country is not specified in value Set ISO Country Alpha-2 http://hl7.org/fhir/ValueSet/iso3166-1-2.",
"expression" : "country.empty() or (country.memberOf('http://hl7.org/fhir/ValueSet/iso3166-1-2') or country.memberOf('http://hl7.org/fhir/ValueSet/iso3166-1-3'))",
"source" : "https://gematik.de/fhir/isik/StructureDefinition/ISiKOrganisation"
}
],
"mustSupport" : true
},
{
"id" : "Organization.address:Strassenanschrift.extension:Stadtteil",
"path" : "Organization.address.extension",
"sliceName" : "Stadtteil",
"mustSupport" : true
},
{
"id" : "Organization.address:Strassenanschrift.type",
"path" : "Organization.address.type",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.address:Strassenanschrift.line",
"path" : "Organization.address.line",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.address:Strassenanschrift.line.extension:Strasse",
"path" : "Organization.address.line.extension",
"sliceName" : "Strasse",
"mustSupport" : true
},
{
"id" : "Organization.address:Strassenanschrift.line.extension:Hausnummer",
"path" : "Organization.address.line.extension",
"sliceName" : "Hausnummer",
"mustSupport" : true
},
{
"id" : "Organization.address:Strassenanschrift.line.extension:Adresszusatz",
"path" : "Organization.address.line.extension",
"sliceName" : "Adresszusatz",
"mustSupport" : true
},
{
"id" : "Organization.address:Strassenanschrift.line.extension:Postfach",
"path" : "Organization.address.line.extension",
"sliceName" : "Postfach",
"max" : "0"
},
{
"id" : "Organization.address:Strassenanschrift.city",
"path" : "Organization.address.city",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.address:Strassenanschrift.postalCode",
"path" : "Organization.address.postalCode",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.address:Strassenanschrift.country",
"path" : "Organization.address.country",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.address:Postfach",
"path" : "Organization.address",
"sliceName" : "Postfach",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Address",
"profile" : [
"http://fhir.de/StructureDefinition/address-de-basis"
]
}
],
"patternAddress" : {
"type" : "postal"
},
"constraint" : [
{
"key" : "address-cnt-2or3-char",
"severity" : "warning",
"human" : "The content of the country element (if present) SHALL be selected EITHER from ValueSet ISO Country Alpha-2 http://hl7.org/fhir/ValueSet/iso3166-1-2 OR MAY be selected from ISO Country Alpha-3 Value Set http://hl7.org/fhir/ValueSet/iso3166-1-3, IF the country is not specified in value Set ISO Country Alpha-2 http://hl7.org/fhir/ValueSet/iso3166-1-2.",
"expression" : "country.empty() or (country.memberOf('http://hl7.org/fhir/ValueSet/iso3166-1-2') or country.memberOf('http://hl7.org/fhir/ValueSet/iso3166-1-3'))",
"source" : "https://gematik.de/fhir/isik/StructureDefinition/ISiKOrganisation"
}
],
"mustSupport" : true
},
{
"id" : "Organization.address:Postfach.extension:Stadtteil",
"path" : "Organization.address.extension",
"sliceName" : "Stadtteil",
"mustSupport" : true
},
{
"id" : "Organization.address:Postfach.type",
"path" : "Organization.address.type",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.address:Postfach.line",
"path" : "Organization.address.line",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.address:Postfach.line.extension:Strasse",
"path" : "Organization.address.line.extension",
"sliceName" : "Strasse",
"max" : "0"
},
{
"id" : "Organization.address:Postfach.line.extension:Hausnummer",
"path" : "Organization.address.line.extension",
"sliceName" : "Hausnummer",
"max" : "0"
},
{
"id" : "Organization.address:Postfach.line.extension:Adresszusatz",
"path" : "Organization.address.line.extension",
"sliceName" : "Adresszusatz",
"max" : "0"
},
{
"id" : "Organization.address:Postfach.line.extension:Postfach",
"path" : "Organization.address.line.extension",
"sliceName" : "Postfach",
"mustSupport" : true
},
{
"id" : "Organization.address:Postfach.city",
"path" : "Organization.address.city",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.address:Postfach.postalCode",
"path" : "Organization.address.postalCode",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.address:Postfach.country",
"path" : "Organization.address.country",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.partOf",
"path" : "Organization.partOf",
"comment" : "Motivation: System muss die Hierarchie einer Organisationseinheit innherhalb einer Organisation zum Abruf bereitstellen, sofern diese Information verfügbar ist.",
"mustSupport" : true
},
{
"id" : "Organization.contact",
"path" : "Organization.contact",
"comment" : "Motivation: Ein System muss Kontaktinformation einer Organisation zum Abruf bereitstellen, sofern diese Information verfügbar ist.",
"mustSupport" : true
},
{
"id" : "Organization.endpoint",
"path" : "Organization.endpoint",
"comment" : "Motivation: Ein System muss den technischen Endpunt einer Organisation zum Abruf bereitstellen, sofern diese Information verfügbar ist.",
"mustSupport" : true
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.